home *** CD-ROM | disk | FTP | other *** search
- !Material( i ) // numer materialu do zmodyfikowania
- !Texture( i ) // numer textury do zmodyfikowania
- !TexEnv( i ) // blend type = { 0 (rs_add), 1 (rs_modulate) }
- !EnvMod( i, i ) // space = { 0 (camera), 1 (world) }
- !PositionMod( f, f ) // texture is scrolled as objects moves (parameters: scroll factors)
- !ScrollMod( i, f, f, f, f ) // func = { 0 (linear), 1 (sin) }, speed u, v [texel/sek], ampl u, v [texel] (only for sin)
- !RotateMod( i, f, f ) // func = { 0 (linear), 1 (sin) }, speed [rad/sek], ampl [rad] (only for sin)
-
-
- Material( 0 )
- {
- Texture( 1 )
- {
- TexEnv( 0 )
- EnvMod( 0,0 )
- }
- }